Namespace - LJCDocGenLib
Parameters
text - The HTML text string.
stripLength - The number of leading whitespace characters to strip.
Returns
The stripped string value.
Syntax
C# |
public static String StripExtraLeadingWhiteSpace(String text, Int32 stripLength)
|
Strips the specified number of leading whitespace characters from
an HTML string.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.